home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 303
- Top = 154
- BorderStyle = bsDialog
- Caption = 'ID3 Tag'
- ClientHeight = 167
- ClientWidth = 263
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 20
- Height = 13
- Caption = 'Title'
- end
- object Label2: TLabel
- Left = 8
- Top = 36
- Width = 23
- Height = 13
- Caption = 'Artist'
- end
- object Label3: TLabel
- Left = 8
- Top = 60
- Width = 29
- Height = 13
- Caption = 'Album'
- end
- object Label4: TLabel
- Left = 8
- Top = 84
- Width = 22
- Height = 13
- Caption = 'Year'
- end
- object Label5: TLabel
- Left = 112
- Top = 84
- Width = 29
- Height = 13
- Caption = 'Genre'
- end
- object Label6: TLabel
- Left = 8
- Top = 108
- Width = 44
- Height = 13
- Caption = 'Comment'
- end
- object Button1: TButton
- Left = 48
- Top = 136
- Width = 65
- Height = 25
- Caption = 'Save'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 192
- Top = 136
- Width = 65
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 120
- Top = 136
- Width = 65
- Height = 25
- Caption = 'Clear Tag'
- TabOrder = 2
- OnClick = Button3Click
- end
- object idtitle: TEdit
- Left = 56
- Top = 8
- Width = 201
- Height = 21
- MaxLength = 30
- TabOrder = 3
- end
- object idartist: TEdit
- Left = 56
- Top = 32
- Width = 201
- Height = 21
- MaxLength = 30
- TabOrder = 4
- end
- object idalbum: TEdit
- Left = 56
- Top = 56
- Width = 201
- Height = 21
- MaxLength = 30
- TabOrder = 5
- end
- object idyear: TEdit
- Left = 56
- Top = 80
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 6
- end
- object idcomment: TEdit
- Left = 56
- Top = 104
- Width = 201
- Height = 21
- MaxLength = 30
- TabOrder = 7
- end
- object idgenre: TComboBox
- Left = 144
- Top = 80
- Width = 113
- Height = 21
- Style = csDropDownList
- DropDownCount = 16
- ItemHeight = 13
- Sorted = True
- TabOrder = 8
- end
- end
-